home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Workspace / PackageInspector0.95 / Source / Makefile < prev    next >
Makefile  |  1995-07-29  |  953b  |  45 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = PackageInspector
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. LOCAL_RESOURCES = Info.nib PackageInspector.nib Architectures.strings\
  16.                   InfoView.strings Localizable.strings
  17.  
  18. GLOBAL_RESOURCES = archbom
  19.  
  20. CLASSES = PackageInspector.m Subprocess.m
  21.  
  22. HFILES = PackageInspector.h Subprocess.h
  23.  
  24. OTHERSRCS = Makefile.preamble Makefile Makefile.postamble\
  25.             bundle.registry
  26.  
  27. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  28. MAKEFILE = bundle.make
  29. INSTALLDIR = /LocalApps/WMInspectors
  30. INSTALLFLAGS = -c -s -m 755
  31. SOURCEMODE = 444
  32.  
  33. BUNDLE_EXTENSION = bundle
  34.  
  35.  
  36.  
  37.  
  38. -include Makefile.preamble
  39.  
  40. include $(MAKEFILEDIR)/$(MAKEFILE)
  41.  
  42. -include Makefile.postamble
  43.  
  44. -include Makefile.dependencies
  45.